home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / PCSoftware / RCEdit v1.0 / RCEdit.msi / Instal01.cab / _6E6B16D72FCD11D4A98C00104B9A8B22 < prev    next >
Encoding:
Text File  |  1996-09-30  |  145 b   |  8 lines

  1. // Menu Selector
  2.  
  3.     function getlocation(URL) {
  4.         var num = URL.selectedIndex;
  5.         var str = URL.options[num].value;
  6.         location.href=str;
  7.     }
  8.